ComponentOne Xamarin.iOS
ICollectionView<T> Interface
Members 


C1.CollectionView Assembly > C1.CollectionView Namespace : ICollectionView<T> Interface
The type of the items in the collection.
Abstracts the transformation of a data source into a collection view.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Interface ICollectionView(Of T As Class) 
'Usage
 
Dim instance As ICollectionView(Of T)
[DefaultMember("Item")]
public interface ICollectionView<T> 
where T: class
Type Parameters
T
The type of the items in the collection.
See Also

Reference

ICollectionView<T> Members
C1.CollectionView Namespace